JBoss Community Archive (Read Only)

RHQ 4.10

Needed - Admin down

AS 7 supports on-demand-nodes - meaning managed AS7 servers can be defined but will only be started when e.g. the load is high.

When this server is down, it can be

AS 7 is actually indicating the admin-down / disabled state:

Json to send: {"address":[{"host":"local"},
                    {"server-config":"server-three"}],
              "operation":"read-attribute","name":"status"}
==> {"outcome" : "success", 
              "result" : "DISABLED", "compensating-operation" : null}
Json to send: {"address":[{"host":"local"},
                    {"server-config":"server-two"}],
              "operation":"read-attribute","name":"status"}
==> {"outcome" : "success", 
              "result" : "STARTED", "compensating-operation" : null}

And so should we.

There is already an open BZ on this: https://bugzilla.redhat.com/show_bug.cgi?id=536250

JBoss.org Content Archive (Read Only), exported from JBoss Community Documentation Editor at 2020-03-11 13:45:20 UTC, last content change 2011-04-06 16:09:21 UTC.